Booleans
Booleans represents the domain of Booleans, as in x∈Booleans.
Examples
Test if a value is in the Booleans domain:
Element[True, Booleans]
(* True *)Element[1, Booleans]
(* False *)Please visit the official Wolfram Language Reference for more details.