special-variable-p

special-variable-p is a built-in function in `C source code'.

(special-variable-p SYMBOL)

Return non-nil if SYMBOL's global binding has been declared special.
A special variable is one that will be bound dynamically, even in a
context where binding is lexical by default.