ValueQ
ValueQ[expr] gives True if a value has been defined for expr, and gives False otherwise.
Examples
x = 5;
ValueQ[x]
(* True *)ValueQ[y]
(* False *)Something isn't working? Report an issue.
Please visit the official Wolfram Language Reference for more details.