NonPositiveIntegers
NonPositiveIntegers represents the domain of non-positive integers, as in x ∈ NonPositiveIntegers.
Examples
Test membership:
Element[0, NonPositiveIntegers]
(* True *)Positive fails:
Element[1, NonPositiveIntegers]
(* False *)Please visit the official Wolfram Language Reference for more details.