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

Returns #t if its argument is a negative integer (< 0).

pos-int?
nan?