How can I check if my python object is a number?

In Java the numeric types all descend from Number so I would use (x instanceof Number). What is the python equivalent?