We know that for a density function $f(x\mid\theta)$ we have $$\int^{\infty}_{-\infty}f(x\mid\theta)\, dx=1$$ Do we also have for the likelihood function $L(\theta\mid x)$ that $$\int^{\infty}_{-\infty}L(\theta\mid x)\, d\theta=1?$$ My guess is yes, since $L(\theta\mid x)$ is some kind of "possibility" of the parameter that under different data.
Thanks~
Take the Poisson distribution example, with two data, say $x_1=1,\,x_2=2$.
We have $$f(x\mid \mu)=\frac{\mu^{x}e^{-\mu}}{x!}$$ so $$L(\mu\mid x_1, x_2)=\prod_{i=1}^2\frac{\mu^{x_i}e^{-\mu}}{x_i!}=\frac{\mu^3e^{-2\mu}}{2}$$ Then $$\int_{-\infty}^\infty L(\mu\mid x_1,x_2)\,d\mu=\frac12\int_0^\infty\mu^3e^{-2\mu}\,d\mu=\frac12\cdot\frac38\neq1.$$