It is a hardware interpreter.
You could bake a JS interpreter in silico. There are actual hardawre implementations of the JVM. You can also run machine language in emulators.
CPUs are just hardware interpreters for their respective machine language.
I guess you could argue that an interpreter is specifically a piece of software, in which case my point wouldn't stand.
It is a hardware interpreter.