The Numeric context has only one variable predefined: x. If you want additional variables, you need to add them into the context. For example
Context("Numeric")->variables->add(y=>'Real');when you declare the context would make y defined as well.
Davide