(nat-int? arg)
  arg: any type
  returns a bool
F

Returns #t if its argument is a natural integer (>= 0).

odd?
pos-int?