For an array, no.
The correct syntax would be:
outer.inner[] i = new outer.inner[5];


However, if you only wanted a single instance of the inner class, something similar to your syntax would...