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

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

nat-int?
neg-int?